home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / dissem / dissdemo.dir / 00792.ls < prev    next >
Encoding:
Text File  |  1999-04-25  |  482 b   |  26 lines

  1. on enterFrame
  2.   puppetSprite(3, 1)
  3.   puppetSprite(4, 1)
  4.   puppetSprite(5, 1)
  5.   puppetSprite(9, 1)
  6.   if rollOver(3) then
  7.     set the castNum of sprite 3 to 780
  8.   else
  9.     set the castNum of sprite 3 to 773
  10.   end if
  11.   if rollOver(5) then
  12.     set the castNum of sprite 5 to 782
  13.   else
  14.     set the castNum of sprite 5 to 777
  15.   end if
  16.   if rollOver(9) then
  17.     set the castNum of sprite 9 to 21
  18.   else
  19.     set the castNum of sprite 9 to 19
  20.   end if
  21. end
  22.  
  23. on exitFrame
  24.   go(the frame)
  25. end
  26.